home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / UserProfile.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  3KB  |  149 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="UserProfile" oor:package="org.openoffice" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains user-related information, such as name and address.</desc>
  8.     </info>
  9.     <component>
  10.  
  11.         <group oor:name="Data">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Contains user-related information, such as name and address.</desc>
  16.             </info>
  17.             <prop oor:name="o" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Specifies the name of the user's company.</desc>
  22.                 </info>
  23.                 <value/>
  24.             </prop>
  25.             <prop oor:name="givenname" oor:type="xs:string">
  26.  
  27.                 <info>
  28.  
  29.                     <desc>Specifies the first name of the user.</desc>
  30.                 </info>
  31.                 <value/>
  32.             </prop>
  33.             <prop oor:name="sn" oor:type="xs:string">
  34.  
  35.                 <info>
  36.  
  37.                     <desc>Specifies the last name of the user.</desc>
  38.                 </info>
  39.                 <value/>
  40.             </prop>
  41.             <prop oor:name="initials" oor:type="xs:string">
  42.  
  43.                 <info>
  44.  
  45.                     <desc>Specifies the user's initials.</desc>
  46.                 </info>
  47.                 <value/>
  48.             </prop>
  49.             <prop oor:name="street" oor:type="xs:string">
  50.  
  51.                 <info>
  52.  
  53.                     <desc>Specifies the street where the use lives.</desc>
  54.                 </info>
  55.                 <value/>
  56.             </prop>
  57.             <prop oor:name="l" oor:type="xs:string">
  58.  
  59.                 <info>
  60.  
  61.                     <desc>Specifies the city where the user lives.</desc>
  62.                 </info>
  63.                 <value/>
  64.             </prop>
  65.             <prop oor:name="st" oor:type="xs:string">
  66.  
  67.                 <info>
  68.  
  69.                     <desc>Specifies the state where the user lives.</desc>
  70.                 </info>
  71.                 <value/>
  72.             </prop>
  73.             <prop oor:name="postalcode" oor:type="xs:string">
  74.  
  75.                 <info>
  76.  
  77.                     <desc>Specifies the user's ZIP-code.</desc>
  78.                 </info>
  79.                 <value/>
  80.             </prop>
  81.             <prop oor:name="c" oor:type="xs:string">
  82.  
  83.                 <info>
  84.  
  85.                     <desc>Specifies the country where the user lives.</desc>
  86.                 </info>
  87.                 <value/>
  88.             </prop>
  89.             <prop oor:name="title" oor:type="xs:string">
  90.  
  91.                 <info>
  92.  
  93.                     <desc>Specifies the user's title.</desc>
  94.                 </info>
  95.                 <value/>
  96.             </prop>
  97.             <prop oor:name="position" oor:type="xs:string">
  98.  
  99.                 <info>
  100.  
  101.                     <desc>Specifies the users position. This field is only present for backward compatibility. It is not defined for ldap orgPerson.</desc>
  102.                 </info>
  103.                 <value/>
  104.             </prop>
  105.             <prop oor:name="homephone" oor:type="xs:string">
  106.  
  107.                 <info>
  108.  
  109.                     <desc>Specifies the user's private telephone number.</desc>
  110.                 </info>
  111.                 <value/>
  112.             </prop>
  113.             <prop oor:name="telephonenumber" oor:type="xs:string">
  114.  
  115.                 <info>
  116.  
  117.                     <desc>Specifies the user's telephone number at work.</desc>
  118.                 </info>
  119.                 <value/>
  120.             </prop>
  121.             <prop oor:name="facsimiletelephonenumber" oor:type="xs:string">
  122.  
  123.                 <info>
  124.  
  125.                     <desc>Specifies the user's fax number.</desc>
  126.                 </info>
  127.                 <value/>
  128.             </prop>
  129.             <prop oor:name="mail" oor:type="xs:string">
  130.  
  131.                 <info>
  132.  
  133.                     <desc>Specifies the user's e-mail address.</desc>
  134.                 </info>
  135.                 <value/>
  136.             </prop>
  137.             <prop oor:name="UserGroup" oor:type="xs:string">
  138.  
  139.                 <info>
  140.  
  141.                     <desc>This field is kept for backwards compatibility.</desc>
  142.                 </info>
  143.                 <value>UserGroup</value>
  144.             </prop>
  145.         </group>
  146.     </component>
  147. </oor:component-schema>
  148.  
  149.